FormColumn Class

Defines a column in a grid control.

Definition

Namespace: Independentsoft.Office.Odf.Forms
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class FormColumn
Inheritance
Object    FormColumn

Constructors

FormColumn Initializes a new instance of the FormColumn class.

Properties

ControlImplementation Contains a specific concrete rendition or implementation of a control that should be instantiated.
Label Contains a text for a control.
Name Contains the name of a form or control element.
Style Contains a paragraph style that is applied to all controls for a column. Unlike other paragraph styles, this style may reference a data style.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current FormColumn object to its equivalent string representation.
(Overrides ObjectToString)

See Also